chore: Merging from main branch#664
Closed
Prekshith-Microsoft wants to merge 15 commits into
Closed
Conversation
fix: Reverted the Planner agent prompt changes
Added a step to navigate to the 'infra' directory before accessing the 'scripts' folder.
feat: merged to main from dev
ci: Update image tags for backend and frontend containers
chore: Dev to Main changes merge
fix: merge Cosmos DB issue fixes from dev into main
docs: clarify navigation by adding step to enter 'infra' directory before 'scripts'
chore: merging dev changes to main branch
fix: Dev to macae-v2 branch
refactor: merge dev into main
fix: Dev to macae-v2 merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the deployment workflows to target the new
macae-v2branch and refactors deployment logic and parameters for improved clarity and consistency. The changes also update how container image tags are assigned and used in deployments, and include a minor documentation fix.Workflow and Branch Updates:
.github/workflows/deploy.ymland.github/workflows/deploy-waf.ymlfrommain(andhotfix) tomacae-v2, ensuring deployments are only triggered for the new branch. [1] [2]Deployment Logic and Parameter Refactoring:
deploy.ymlto only handlemacae-v2anddevbranches, removing thehotfixbranch and commented out the default case.backendContainerImageTagandfrontendContainerImageTagfor more granular control.Parameter Cleanup:
Documentation:
docs/quota_check.mdto ensure users navigate into theinfradirectory before accessing scripts.## PurposeDoes this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information